home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
DIAGXPRT.PAK
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1997-05-06
|
1KB
|
23 lines
#----------------------------------------------------------------------------
# ObjectWindows
# Copyright (c) 1993, 1995 by Borland International, All Rights Reserved
#
# This example reads and writes to OWL.INI to let you enable/disable OWL
# diagnostics. The diagnostic settings for an application are read from
# OWL.INI when the application loads. In order to allow OWL applications
# that use the OWL DLL to re-start with new diagnostic settings, this
# utility should not be built using the DLL version of OWL. Doing so would
# prevent the DLL from being reloaded when the applications re-start
# and would result in the new diagnostic settings to be ignored.
#
#----------------------------------------------------------------------------
SYSTEMS=WIN16 # Toolhelp only available in 16-bit currently
MODELS=l # Allowable memory models
SYSTEM=WIN16
MODEL=l
EXERES=diagxprt
OBJEXE=diagxprt.obj cback.obj setup.obj toolhelp.obj
!include $(BCEXAMPLEDIR)\owlmake.gen